home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / wildcat / bye_1.zip / BYE1.WCX (.txt) < prev    next >
Wildcat! WCX  |  1996-09-22  |  1KB  |  44 lines

  1. '! Decompiled with wccNosy version 4.20f (freeware)
  2. '! Input File: in.wcx  1073 bytes  11/15/122  01:49:26am
  3. '! Code Segment Size  :367 bytes
  4. '! Data Segment Size  :4463 bytes
  5. '! String Segment Size:706 bytes
  6. '! Compiled with WCC version 4.20
  7.  
  8.       Cls 
  9.       Color 13
  10.       Print Spc(26); "Φ REGISTERED TO GAME CASTLE BBS ! Φ "
  11.       Print
  12.       Color 11
  13.       Print Spc(20); "▓═══════════════════════════════════════════▓"
  14.       Print Spc(20); "║     I WANT TO THANK YOU FOR JOINING US    ║"
  15.       Print Spc(20); "║    HERE AND I REALLY DO HOPE THAT YOU     ║"
  16.       Print Spc(20); "║    WERE ABLE TO FIND JUST WHAT YOU CAME   ║"
  17.       Print Spc(20); "║    LOOKING FOR. AND YES PLEASE DO COME    ║"
  18.       Print Spc(20); "║    BACK WHEN YOU HAVE MORE TIME TO PLAY   ║"
  19.       Print Spc(20); "▓═══════════════════════════════════════════▓"
  20.       Color 4
  21.       Print
  22.       Print Spc(50); "MooCow Software"
  23.       Print Spc(49); "copyright(c)1996"
  24.       Print Spc(25)
  25.       Color 14
  26.       Print Spc(3); "╔═════════════════════════════════════════════════════════════════════════╗"
  27.       Print Spc(3); "║ You now have a chance to leave the Sysop a Comment before checking out  ║"
  28.       Print Spc(3); "╙─────────────────────────────────────────────────────────────────────────╜"
  29.       Print
  30.       Color 12
  31.       If InputYesNo("          [Y]..Leave Comment to Sysop...[N]..Nah See Ya Later... [Y/N]>", 1213417543) Then
  32.         Comment 
  33.         If Not Local Then
  34.           HangUp 
  35.         End If
  36.   327 Else
  37.   333   If Not Local Then
  38.           Goodbye 1213417543
  39.         End If
  40.   352   Delay 10
  41.         WaitEnter 
  42.       End If
  43.   363
  44.